*** empty log message ***
authorColin Walters <walters@gnu.org>
Tue, 28 May 2002 17:40:47 +0000 (17:40 +0000)
committerColin Walters <walters@gnu.org>
Tue, 28 May 2002 17:40:47 +0000 (17:40 +0000)
lisp/ChangeLog

index 05950f56b1948579974c585cc411a910bd4fe558..6d335ed01993237918424ad77804fe852b5325f8 100644 (file)
@@ -3,8 +3,10 @@
        * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
 
        * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
+       (byte-compile-delete-first): New function.
        (byte-compile-read-position): New variable.
        (byte-compile-last-position): New variable.
+       (byte-compile-current-buffer): New variable.
        (byte-compile-log-1): Use it.
        (byte-compile-set-symbol-position): New function.
        (byte-compile-obsolete, byte-compile-callargs-warn)
@@ -19,6 +21,8 @@
        (byte-compile-from-buffer): Set it, and bind
        `read-with-symbol-positions' and `read-symbol-positions-list'.
 
+       * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
+
 2002-05-28  Kim F. Storm  <storm@cua.dk>
 
        * files.el (read-directory-name): New function.